From d06cce4b322958d25e4049d68cc1bf9153e5eddc Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 5 Mar 2012 17:49:23 -0500 Subject: [PATCH] reftests: fix misc-alignment reftest Add it back. --- tests/reftests/Makefile.am | 3 +++ tests/reftests/misc-alignment.css | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 tests/reftests/misc-alignment.css diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index 3892da45c5..0f36bc9007 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -162,6 +162,9 @@ EXTRA_DIST += \ label-wrap-justify.ui \ messagedialog-secondarytext.ui \ messagedialog-secondarytext.ref.ui \ + misc-alignment.css \ + misc-alignment.ref.ui \ + misc-alignment.ui \ no-colors.css \ no-colors.ref.ui \ no-colors.ui \ diff --git a/tests/reftests/misc-alignment.css b/tests/reftests/misc-alignment.css new file mode 100644 index 0000000000..b64b139bfc --- /dev/null +++ b/tests/reftests/misc-alignment.css @@ -0,0 +1,4 @@ +* { + padding: 0; + -GtkArrow-arrow-scaling: 1.0 +} -- 2.30.2